home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / RssPublisher / Source / RssPublisher.css < prev    next >
Cascading Style Sheet File  |  2004-02-04  |  2KB  |  123 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             5px;
  9.     overflow:           auto;
  10. }
  11.  
  12. BUTTON
  13. {
  14.     background-color:   ivory;
  15.     width:              150px;
  16.     margin:             0px;
  17.     font-family:        georgia;
  18.     font-size:          9pt;
  19. }
  20.  
  21. INPUT
  22. {
  23.     clear:              both;
  24. }
  25.  
  26. #divSite
  27. {
  28.     width:              100%;
  29.     /*overflow:           auto;*/
  30. }
  31.  
  32. #divArticles
  33. {
  34.     border:             2px inset;
  35.     width:                 100%;
  36.     height:             expression(parentElement.clientHeight - offsetTop - 25);
  37.     background:         ivory repeat;
  38.     /*overflow:           auto;*/
  39. }
  40.  
  41. #divArticleList
  42. {
  43.     float:              left;
  44.     width:              30%;
  45.     height:             100%;
  46.     overflow:           scroll;
  47. }
  48.  
  49. #tblArticle
  50. {
  51.     float:              left;
  52.     clear:              right;
  53. }
  54.  
  55. H1
  56. {
  57.     font:                 italic normal 150% georgia;
  58.     letter-spacing:     1px;
  59.     margin-bottom:         0px;
  60.     color:                 #7D775C;
  61. }
  62.  
  63. H2
  64. {
  65.     font:                 italic normal 125% georgia;
  66.     letter-spacing:     1px;
  67.     margin-bottom:         0px;
  68.     color:                 #7D775C;
  69. }
  70.  
  71. H3
  72. {
  73.     font:                 italic normal 110% georgia;
  74.     letter-spacing:     1px;
  75.     margin-bottom:         0px;
  76.     color:                 #7D775C;
  77. }
  78.  
  79. #creator
  80. {
  81.     font-size:             10pt;
  82.     margin:             0px
  83. }
  84.  
  85. #tblArticleList A
  86. {
  87.     width:              100%;
  88.     text-decoration:     none;
  89.     color:              #7D775C;
  90. }
  91.  
  92. #tblArticleList A:hover
  93. {
  94.     background-color:   #99CC33;
  95.     text-decoration:     none;
  96.     color:              white;
  97. }
  98.  
  99. #tblSite INPUT, TEXTAREA
  100. {
  101.     width:                 300px;
  102. }
  103.  
  104. #tblArticle INPUT
  105. {
  106.     width:                 450px;
  107. }
  108.  
  109. #divXML
  110. {
  111.     background:         white;
  112.     border:             2px inset;
  113.     width:              100%;
  114.     height:             expression(body.clientHeight - 40);
  115.     overflow:           hidden;
  116. }
  117.  
  118. #txtXML
  119. {
  120.     width:                 100%;
  121.     height:             100%;
  122. }
  123.